home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 February / Designer's Club 1997 February.iso / mac / Idea Source / GALLERY.DIR / 00146_Script_146 < prev    next >
Text File  |  1997-01-14  |  236b  |  13 lines

  1. on exitFrame
  2.   tools
  3.   global gallery
  4.   if gallery = "slideshow" then
  5.     go the frame
  6.   end if
  7.   if gallery = "selfrun" then
  8.     delay 150
  9.   end if
  10.   if not soundbusy(3) then
  11.     sound playFile 3, "nasa.aif"
  12.   end if
  13. end if